home *** CD-ROM | disk | FTP | other *** search
/ CD School House 9 / CD School House 9.0 - Wayzata Technology (1994).iso / pc / dos / teachaid / grade252 / selhd.bat < prev    next >
DOS Batch File  |  1994-02-25  |  326b  |  20 lines

  1. if %1==b goto a
  2. if %1==c goto a
  3. if %1==d goto a
  4. if %1==e goto a
  5. goto error
  6. :a 
  7. del b
  8. del c
  9. del d
  10. del e
  11. copy drive %1
  12. goto end
  13. :error
  14. REM HARD DISK DRIVE NOT SELECTED.  DRIVE NAME MISSING.  
  15. rem *******use lower case letters only for selhd command******
  16. goto n
  17. :end
  18. REM HARD DISK SELECTED TO BE DRIVE %1:
  19. :n
  20.